Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Layout.fillWidth: true
Layout.alignment: Qt.AlignBottom
- UserStatusSelectorButton {
+ Button {
// Prevent being squashed by the other buttons with larger text
Layout.minimumWidth: implicitWidth
Layout.fillHeight: true
- primary: true
text: qsTr("Cancel")
onClicked: finished()
}
- UserStatusSelectorButton {
+ Button {
Layout.fillWidth: true
Layout.fillHeight: true
- primary: true
text: qsTr("Clear status message")
onClicked: userStatusSelectorModel.clearUserStatus()
}
- UserStatusSelectorButton {
+ Button {
Layout.fillWidth: true
Layout.fillHeight: true
- primary: true
- colored: true
focusPolicy: Qt.StrongFocus
text: qsTr("Set status message")
onClicked: userStatusSelectorModel.setUserStatus()